projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95e7775
)
parallel-debian: Exclude plymouth
author
Colin Walters
<walters@verbum.org>
Thu, 10 Nov 2011 13:36:21 +0000
(08:36 -0500)
committer
Colin Walters
<walters@verbum.org>
Thu, 10 Nov 2011 13:36:21 +0000
(08:36 -0500)
Otherwise the boot will stall if there's no plymouth in the
target image.
parallel-debian/gnomeos-make-image.sh
patch
|
blob
|
history
diff --git
a/parallel-debian/gnomeos-make-image.sh
b/parallel-debian/gnomeos-make-image.sh
index a3073490b99bfdf8e65d8093f4805a63aa182d4d..8f107055021fa23de3f51da6a4fe298d50331239 100755
(executable)
--- a/
parallel-debian/gnomeos-make-image.sh
+++ b/
parallel-debian/gnomeos-make-image.sh
@@
-200,7
+200,7
@@
OBJ=gnomeos-initrd.img
VOBJ=gnomeos-initrd-${kv}.img
if ! test -f ${OBJ}; then
rm -f ${OBJ}.tmp ${VOBJ}.tmp
- $DRACUT -l -v --include `pwd`/ostree_switch_root /sbin/ostree_switch_root ${VOBJ}.tmp
+ $DRACUT -l -v -
o plymouth -
-include `pwd`/ostree_switch_root /sbin/ostree_switch_root ${VOBJ}.tmp
mv ${VOBJ}.tmp ${VOBJ}
ln -sf ${VOBJ} gnomeos-initrd.img
fi